home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xpat2-1.000 / xpat2-1 / xpat2-1.04 / etc / MOVES < prev    next >
Text File  |  1994-06-23  |  388b  |  14 lines

  1. Bits  0- 8: srcind  9 bit, 0-511
  2. Bits  9-14: dstpile 6 bit, 0- 63
  3. Bit     15: move turned a card in a slot
  4. Bit  16-31: same for inverse move
  5.  
  6. NO_MOVE:    0xffffffffUL
  7. new cards:    0xffff8000UL + number of cards (0-63)
  8. begin compound:    0xffff9000UL
  9. end compound:    0xffff9001UL
  10.  
  11. impossible combinations:
  12. Both bit 31 and bit 15 set (=> new cards)
  13. srcpile and dstpile have same index => rotate slot
  14.